Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: テスト通知を送信できるようにする #11810

Merged
merged 10 commits into from
Sep 11, 2023

Conversation

kakkokari-gtyih
Copy link
Contributor

@kakkokari-gtyih kakkokari-gtyih commented Sep 10, 2023

Resolve #10768

What

バックエンド

  • 通知タイプに test が追加されました(通知無効設定を通過するために独自タイプを作成)
  • APIエンドポイント notifications/test-notification が追加されました

フロントエンド

  • 「通知」設定で、サーバーサイドからテスト通知を送信できるようにしました
    image
  • 「通知の表示」設定で、フロントエンドでのテスト通知を送信できるようにしました
    image
  • フロントエンドだけで通知表示を完結させる実装を追加しました(ここ

テスト通知の表示はこんな感じ
image

Why

  • 通知の表示設定をいじるだけでは、どのように通知が来るかわかりにくいため、テストできるほうがいい
  • プッシュ通知のテストもできると便利

フロントエンド・バックエンドで通知のテストを別で設けた理由

サーバーサイドへの負荷軽減と、通知欄がテスト通知で埋まらないようにするため
image

Additional info (optional)

Checklist

  • Read the contribution guide
  • Test working in a local environment
  • (If needed) Add story of storybook
  • (If needed) Update CHANGELOG.md
  • (If possible) Add tests

@github-actions github-actions bot added the packages/frontend Client side specific issue/PR label Sep 10, 2023
@codecov
Copy link

codecov bot commented Sep 10, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (7bd0a5b) 78.69% compared to head (232ade3) 78.69%.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop   #11810   +/-   ##
========================================
  Coverage    78.69%   78.69%           
========================================
  Files          174      174           
  Lines        22796    22796           
  Branches       511      511           
========================================
  Hits         17940    17940           
  Misses        4856     4856           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kakkokari-gtyih kakkokari-gtyih marked this pull request as draft September 10, 2023 08:46
@github-actions github-actions bot added packages/backend Server side specific issue/PR packages/misskey-js labels Sep 10, 2023
@kakkokari-gtyih kakkokari-gtyih changed the title feat(frontend): テスト通知を送信できるようにする feat: テスト通知を送信できるようにする Sep 10, 2023
@kakkokari-gtyih kakkokari-gtyih marked this pull request as ready for review September 10, 2023 09:52
@syuilo
Copy link
Member

syuilo commented Sep 11, 2023

通知の表示され方のテストはクライアントだけで完結させたいと言おうとしてたらそうしてくださったのですわね

misskey-jsでpnpm apiを実行する必要がありそう

@kakkokari-gtyih
Copy link
Contributor Author

やりましたー

@syuilo syuilo merged commit cd64287 into misskey-dev:develop Sep 11, 2023
@syuilo
Copy link
Member

syuilo commented Sep 11, 2023

👍🏻

@kakkokari-gtyih kakkokari-gtyih deleted the notif-test branch March 18, 2024 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
packages/backend Server side specific issue/PR packages/frontend Client side specific issue/PR packages/misskey-js
Projects
None yet
Development

Successfully merging this pull request may close these issues.

テスト通知を送信できるようにする
2 participants